Use *args inside FAIL and SKIP so that it is possible to call these functions
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 23 Mar 2006 13:34:35 +0000 (14:34 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 23 Mar 2006 13:34:35 +0000 (14:34 +0100)
commit98009c2ad02f691d9418095cf3e7b65bffdd588b
tree2af68bedc48562171c5cbae37c17ce35199ca438
parent1bac3b49cdd459df9bd93f2997226ad535caaae2
Use *args inside FAIL and SKIP so that it is possible to call these functions
with multiple arguments, printf style.  This is already being done in some
cases (causing an exception of course).

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/xm-test/lib/XmTestLib/Test.py